オブジェクトからプロパティ値を取得するデリゲート。
シンタックス
'宣言
Public Delegate Sub GetValueFastDelegate(Of )( _
ByVal As System.Object, _
ByRef As _
)
public delegate void GetValueFastDelegate<>(
System.object ,
out
)
パラメータ
- obj
- プロパティを取得するオブジェクト。
- value
- 取得する値。
型パラメータ
- T
- ゲッターのタイプ。
参照